Interface IComponentOptions

interface IComponentOptions {
    gallery: MediaGalleryBuilder;
    label: LabelBuilder;
    required?: boolean;
    section: SectionBuilder;
}

Properties

gallery: MediaGalleryBuilder
label: LabelBuilder
required?: boolean
section: SectionBuilder

Generated using TypeDoc