Skip to content

ClassIconProperties

export type ClassIconProperties = {
    ClassName: CanBeState<string>,
    [any]: any,
}

The ClassIconProperties table that is given to the ClassIcon() function that contains data about the desired ClassIcon.


Properties

ClassName : CanBeState<string>

The class name of the desired icon. Can either be a State containing a string, or a string.